Carbon


IsAppearanceClient

Header: Appearance.h Carbon status: Supported

Returns whether a given process is currently registered as a client of the Appearance Manager.

Boolean IsAppearanceClient (
    const ProcessSerialNumber *process
);
process

A pointer to a value of type ProcessSerialNumber. Pass the serial number of the process to examine.

function result

A value of type Boolean. If true, the specified process is currently registered as a client of the Appearance Manager; otherwise, false.

DISCUSSION

Applications typically do not need to call the IsAppearanceClient function. A plug-in could call IsAppearanceClient to determine whether the process in which it is running is a registered Appearance Manager client. To register with the Appearance Manager, call the function RegisterAppearanceClient.

VERSION NOTES

This function is available with Appearance Manager 1.1 and later.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.1 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)